Oracle Insurance Policy Administration Configuration Guide
Version 9 Release 1
E-14640-01
Parent and child funds are used when the same fund may be offered but there are different classes of the fund (versions, bands, groups, etc.). The ChildFundScreen Business Rule houses the child fund information that is used when generating Child Funds from a Parent Fund on the Fund Detail pane. This business rule should be a Plan level override.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<ChildFundScreen> |
The required opening and closing elements of this business rule. |
|
|
|
<ChildFunds> |
Required element; |
ALLOWED |
String; Required
attribute; Values -Yes or No |
|
<Fund> |
Required and Repeatable element; |
TYPE |
Required attribute; |
|
<Fields> |
Create fields that appends the fund with child information when generating child funds. |
|
|
145B
|
Table Name |
Description |
|
AsFund |
Contains the names of the fixed and variable funds |
|
AsFundClass |
Stores the Fund Series information |
|
AsFundClassAllocation |
Defines the allocation methods of groups of funds |
|
AsFundFamily |
Groups funds and fund classes together |
|
AsFundField |
Stores Field names and values related to Funds |
|
AsFundGroup |
Defines relationships between funds |
|
AsFundStatus |
Stores the status of all Funds in the system |
|
AsFundWeight |
Relative weights of funds |
|
AsCode |
Stores a list of all OIPA codes and their related descriptions |
<ChildFundScreen>
<ChildFunds ALLOWED="Yes">
<Fund TYPE="01">No</Fund>
<Fund TYPE="02">Yes</Fund>
</ChildFunds>
<Fields>
<Field>
<Name>BandVariable</Name>
<Display>BandVariable</Display>
<DataType>Combo</DataType>
<Query TYPE="FIXED">
<Options>
<Option>
<OptionValue>Band125</OptionValue>
<OptionText>Band125</OptionText>
</Option>
<Option>
<OptionValue>Band160</OptionValue>
<OptionText>Band160</OptionText>
</Option>
</Options>
</Query>
</Field>
</Fields>
</ChildFundScreen>
<ChildFundScreen>
<ChildFunds ALLOWED="">
<Fund TYPE=""></Fund>
<Fund TYPE=""></Fund>
</ChildFunds>
<Fields></Fields>
</ChildFundScreen>
2